GtkFileChooser: Fix an ordering issue
authorMatthias Clasen <mclasen@redhat.com>
Sat, 2 May 2015 05:04:01 +0000 (01:04 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 2 May 2015 05:04:01 +0000 (01:04 -0400)
The previous commit removed default-valued properties,
but apparently that has a negative effect for grid
packing properties, so put the explicit value back.

gtk/ui/gtkfilechooserwidget.ui

index a9be3f367b4ad8662ac522b7cd81ac3f704c329a..d5e8debb464c8a3c09b4b2dbd92313c1a538c4d2 100644 (file)
             <signal name="changed" handler="new_folder_name_changed"/>
           </object>
           <packing>
+            <property name="left-attach">0</property>
             <property name="top-attach">1</property>
           </packing>
         </child>